queue up - traduzione in greco
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

queue up - traduzione in greco

ABSTRACT DATA TYPE
Bounded queue; Queue (data structure); Real-time queue; Amortized queue

queue up      
μπαίνω στην ουρά
dress up         
  • Halloween costume party with a ghost
IN-PERSON OR VIDEO GAME INVOLVING COSTUMES OR FASHION APPLIED TO ONESELF OR A VIRTUAL MODEL OR CHARACTER
Dress Up; Doll maker (Internet); Dress up games; Dressed up; Frankendoll; Frankendolling; Dress-Up
ντύνομαι, βάζω τα καλά μου, μεταμφιέζομαι
sit up         
ABDOMINAL ENDURANCE TRAINING EXERCISE TO STRENGTHEN AND TONE THE ABDOMINAL MUSCLES
Sit up; Sit ups; Situp; Situps; Sit-ups; Sit-up (exercise)
ξαγρυπνώ, ανασηκώνω

Definizione

queue up
If you say that people are queuing up to do or have something, you mean that a lot of them want the opportunity to do it or have it. (mainly BRIT; in AM, usually use line up
)
People are queueing up to work for me!...
There are a growing number of countries queueing up for membership.
PHRASAL VERB: usu cont, V P to-inf, V P for n
see also queue
3

Wikipedia

Queue (abstract data type)

In computer science, a queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and the removal of entities from the other end of the sequence. By convention, the end of the sequence at which elements are added is called the back, tail, or rear of the queue, and the end at which elements are removed is called the head or front of the queue, analogously to the words used when people line up to wait for goods or services.

The operation of adding an element to the rear of the queue is known as enqueue, and the operation of removing an element from the front is known as dequeue. Other operations may also be allowed, often including a peek or front operation that returns the value of the next element to be dequeued without dequeuing it.

The operations of a queue make it a first-in-first-out (FIFO) data structure. In a FIFO data structure, the first element added to the queue will be the first one to be removed. This is equivalent to the requirement that once a new element is added, all elements that were added before have to be removed before the new element can be removed. A queue is an example of a linear data structure, or more abstractly a sequential collection. Queues are common in computer programs, where they are implemented as data structures coupled with access routines, as an abstract data structure or in object-oriented languages as classes. Common implementations are circular buffers and linked lists.

Queues provide services in computer science, transport, and operations research where various entities such as data, objects, persons, or events are stored and held to be processed later. In these contexts, the queue performs the function of a buffer. Another usage of queues is in the implementation of breadth-first search.

Esempi dal corpus di testo per queue up
1. The children and the adults queue up to greet me with a hug and a kiss.
2. Customers queue up to withdraw their money from Northern Rock in Croydon late last year.
3. But if people think Gore might run again, they‘ll queue up to listen to him.
4. "No where in the world do castes queue up to be branded as backward.
5. His counterparts in Britain, by contrast, queue up to abase themselves before it.